-
Notifications
You must be signed in to change notification settings - Fork 129
CodeArtifact: Add documentation #1775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-1775.surge.sh 🎊 |
Co-authored-by: Viren Nadkarni <viren.nadkarni@localstack.cloud>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I've added some suggestions. The PR can be merged in tandem with the 4.6 release.
{{< callout >}} | ||
CodeArtifact is under active development and available in LocalStack as a preview feature. | ||
{{< /callout >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, we'll have to revert this now because tier has been decided
|
||
CodeArtifact is a fully managed artifact repository service that makes it easy to securely store, publish, and share software packages used in your development process. | ||
|
||
On AWS, CodeArtifact supports common package formats such as Maven, npm, Python (pip), and NuGet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indicates support for other formats too
On AWS, CodeArtifact supports common package formats such as Maven, npm, Python (pip), and NuGet. | |
On AWS, CodeArtifact supports popular package formats such as Maven, npm, Python (pip), NuGet, etc. |
LocalStack provides mocking support for several CodeArtifact API operations. | ||
You can find supported operations on the [API coverage page]({{< ref "coverage_codeartifact" >}}). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will clarify in the intro para that NPM repos are supported.
LocalStack provides mocking support for several CodeArtifact API operations. | |
You can find supported operations on the [API coverage page]({{< ref "coverage_codeartifact" >}}). | |
LocalStack provides mocking support for several CodeArtifact API operations. | |
You can find supported operations on the [API coverage page]({{< ref "coverage_codeartifact" >}}). | |
It also has full support to create and use NPM repositories. |
``` | ||
|
||
### External Connections and Upstream Repositories | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could add a line or two explaining what these features do
|
||
## Current Limitations | ||
|
||
LocalStack doesn't support the following features yet: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs use a formal tone so contractions should be avoided.
LocalStack doesn't support the following features yet: | |
LocalStack does not support the following features yet: |
No description provided.